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