mirror of
https://github.com/dnlbauer/cordra-mcp.git
synced 2026-09-10 21:55:30 +00:00
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>
This commit is contained in:
@@ -16,8 +16,8 @@ async def ping() -> str:
|
||||
|
||||
def main() -> None:
|
||||
"""Main entry point for the MCP server."""
|
||||
asyncio.run(mcp.run())
|
||||
asyncio.run(mcp.run()) # type: ignore
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user