CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
canmcp/__init__.py
canmcp/__main__.py
canmcp/callback.py
canmcp/cli.py
canmcp/models.py
canmcp/oauth.py
canmcp/scanner.py
canmcp.egg-info/PKG-INFO
canmcp.egg-info/SOURCES.txt
canmcp.egg-info/dependency_links.txt
canmcp.egg-info/entry_points.txt
canmcp.egg-info/requires.txt
canmcp.egg-info/top_level.txt
canmcp/checks/__init__.py
canmcp/checks/network.py
canmcp/checks/oauth.py
canmcp/checks/protocol.py
canmcp/checks/schemas.py
canmcp/compat/__init__.py
canmcp/compat/chatgpt.py
canmcp/compat/claude.py
canmcp/compat/generic.py
docs/releasing.md
docs/series.md
docs/sources.md
tests/__init__.py
tests/conftest.py
tests/test_callback.py
tests/test_cli.py
tests/test_network.py
tests/test_oauth.py
tests/test_oauth_flow.py
tests/test_protocol.py
tests/test_schemas.py