Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
aa81753
feat(ui): add ergonomic UI helper methods for MCP Apps Extension
avrabe Nov 28, 2025
3f15485
refactor(mcp-auth): Phase 1 - Remove CLI tools and performance testing
avrabe Nov 28, 2025
7f4ce97
refactor(mcp-auth): Phase 2 - Add optional feature flags and delete d…
avrabe Nov 29, 2025
ca6e061
feat(mcp-auth): add OAuth 2.1 skeleton implementation
avrabe Nov 29, 2025
0098ec7
feat(mcp-auth): add in-memory OAuth storage backend with "easy as pi"…
avrabe Nov 29, 2025
4f2d59f
feat(mcp-auth): wire OAuth storage into authorize and token endpoints
avrabe Nov 29, 2025
eb82afa
feat(conformance): add Rust-based MCP conformance test runner
avrabe Nov 29, 2025
734d3da
chore: add conformance-tests to workspace and update lockfile
avrabe Nov 29, 2025
a3e6c4f
feat(conformance): add Rust-based MCP conformance test runner
avrabe Nov 29, 2025
afb39c2
docs(conformance): add comprehensive conformance testing status docum…
avrabe Nov 29, 2025
bbc3866
docs(conformance): add comprehensive improvement roadmap
avrabe Nov 29, 2025
e408e16
feat(protocol): implement logging/setLevel support (Phase B1)
avrabe Dec 1, 2025
d1592dc
feat: bump version to 0.14.0 - add transport methods and fix #[mcp_re…
avrabe Dec 2, 2025
522f3bc
feat(subscriptions): implement Phase 1 & 2 of resource subscription s…
avrabe Dec 2, 2025
eac38ce
fix(mcp-auth): add missing inotify dependency for Linux filesystem mo…
avrabe Dec 3, 2025
b209c75
fix(docker): add conformance-tests to validation Docker build
avrabe Dec 3, 2025
6f9aa81
fix(mcp-auth): fix OAuth doctests compilation errors
avrabe Dec 3, 2025
a6ad2e6
test(mcp-auth): add comprehensive OAuth tests for better coverage
avrabe Dec 3, 2025
2cf14c7
fix(protocol): add missing _meta field to Tool doctest example
avrabe Dec 3, 2025
f9b20ad
test(auth): add OAuth 2.1 endpoint integration tests
avrabe Dec 4, 2025
e110588
test(oauth): add comprehensive OAuth flow integration tests
avrabe Dec 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 11 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,17 @@
"Bash(gh release view:*)",
"Bash(gh pr list:*)",
"Bash(pre-commit:*)",
"WebFetch(domain:spec.modelcontextprotocol.io)"
"WebFetch(domain:spec.modelcontextprotocol.io)",
"Bash(gh search:*)",
"Bash(curl:*)",
"WebFetch(domain:mcpui.dev)",
"Bash(npm view:*)",
"Bash(cat:*)",
"Bash(gh repo clone:*)",
"WebFetch(domain:crates.io)",
"Bash(npx -y @modelcontextprotocol/conformance list)",
"Bash(target/debug/hello-world:*)",
"Bash(./target/debug/resources-demo:*)"
],
"deny": []
}
Expand Down
145 changes: 85 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading