We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599b267 commit 481bf4fCopy full SHA for 481bf4f
1 file changed
packages/core/src/exports/public/index.ts
@@ -125,7 +125,7 @@ export {
125
ProtocolError as McpError
126
} from '../../types/errors.js';
127
// Note: InvalidRequestError is intentionally omitted here — it collides with the
128
-// JSON-RPC `InvalidRequestError` interface re-exported from types.ts below. v1 users
+// JSON-RPC `InvalidRequestError` interface re-exported from types.ts. v1 users
129
// imported it from `server/auth/errors.js`, which the sdk meta-package subpath provides.
130
export {
131
AccessDeniedError,
0 commit comments