feat: initialize Python MCP server project structure

- Add pyproject.toml with dependencies and dev tools
- Create src/mcp_cordra package structure
- Add tests directory
- Configure uv environment with lock file
- Add comprehensive .gitignore

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
daniel
2025-06-28 19:42:10 +02:00
parent 2090c8e0c8
commit d95151f9a4
6 changed files with 898 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
"""MCP server for Cordra digital object repository."""
__version__ = "0.1.0"

View File