mirror of
https://github.com/dnlbauer/cordra-mcp.git
synced 2026-09-11 22:25:30 +00:00
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:
3
src/mcp_cordra/__init__.py
Normal file
3
src/mcp_cordra/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""MCP server for Cordra digital object repository."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
0
src/mcp_cordra/tools/__init__.py
Normal file
0
src/mcp_cordra/tools/__init__.py
Normal file
Reference in New Issue
Block a user