-
Notifications
You must be signed in to change notification settings - Fork 3
[scenario] authz metadata discovery tests: compatibility with 2025-03-26 spec, prm root, and www-authenticate #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
79cce6f
6326cc3
f39bf10
70fc83e
1fb3933
88de932
c44a0b9
c999337
200cc57
a64fcc5
39086d1
7bf6912
9191e91
3f50f78
f6035cd
de0c6b7
f357e77
2c6efa2
e9f657b
3aced3c
a1fdeea
f5e1452
7a0f39a
5c3a5c0
030e97c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ | |
| "dist" | ||
| ], | ||
| "bin": { | ||
| "conformance": "dist/index.mjs" | ||
| "conformance": "dist/index.js" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.8.0", | ||
|
|
@@ -43,7 +43,7 @@ | |
| "vitest": "^4.0.5" | ||
| }, | ||
| "dependencies": { | ||
| "@modelcontextprotocol/sdk": "^1.20.1", | ||
| "@modelcontextprotocol/sdk": "^1.22.0", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is to pick up the fix that makes these tests pass |
||
| "commander": "^14.0.2", | ||
| "express": "^5.1.0", | ||
| "lefthook": "^2.0.2", | ||
|
|
||
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tsdown 0.15 creates
index.js, 0.16 createsindex.mjs, so since we're pinning to0.15for now (which seems to also be what pkg.pr.new uses), this needs to be.js