Commit Graph

5 Commits

Author SHA1 Message Date
daniel
bfdc1d75ae fix: improve type checking and linting configuration
- Add mypy configuration with cordra module overrides
- Fix newline issues in __init__.py and server.py
- Update dependencies to use CordraPy from GitHub
- Add setuptools dependency for CordraPy compatibility
- Configure pytest with asyncio support

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-29 11:29:40 +02:00
daniel
ba77019291 feat: add basic MCP server with ping tool 2025-06-29 10:20:59 +02:00
daniel
67dbb99501 chore: add .mcp.json to .gitignore
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-28 23:43:17 +02:00
daniel
d95151f9a4 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>
2025-06-28 19:42:10 +02:00
daniel
2090c8e0c8 docs: add MCP Cordra server specification
Initial specification document outlining tools and capabilities
for integrating with Cordra document repository system.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-28 18:54:53 +02:00