fix: remove MCP application-level authorization #19

Merged
admin merged 1 commits from fix/remove-mcp-auth into main 2026-05-08 09:15:19 +00:00
Owner

fix: remove MCP application-level authorization

Remove OAuth and bearer token checks from the MCP endpoint so /mcp is open at the application layer.

  • drop MCP auth settings and OAuth metadata route
  • remove PyJWT dependency
  • update README and .env.example for unauthenticated MCP access
  • update MCP tests for no-auth behavior and removed metadata endpoint
  • bump version to 0.4.5

Tests: ..venv\Scripts\python.exe -m pytest

fix: remove MCP application-level authorization Remove OAuth and bearer token checks from the MCP endpoint so /mcp is open at the application layer. - drop MCP auth settings and OAuth metadata route - remove PyJWT dependency - update README and .env.example for unauthenticated MCP access - update MCP tests for no-auth behavior and removed metadata endpoint - bump version to 0.4.5 Tests: .\.venv\Scripts\python.exe -m pytest
admin added 1 commit 2026-05-08 09:15:15 +00:00
admin merged commit 0b4e04544d into main 2026-05-08 09:15:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/miem_workers#19