Skip to content

Commit 6221eda

Browse files
docs(compat): drop directional word from InvalidRequestError comment
1 parent c604fa7 commit 6221eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/core/src/exports/public

packages/core/src/exports/public/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export {
123123
ProtocolError as McpError
124124
} from '../../types/errors.js';
125125
// Note: InvalidRequestError is intentionally omitted here — it collides with the
126-
// JSON-RPC `InvalidRequestError` interface re-exported from types.ts below. v1 users
126+
// JSON-RPC `InvalidRequestError` interface re-exported from types.ts. v1 users
127127
// imported it from `server/auth/errors.js`, which the sdk meta-package subpath provides.
128128
export {
129129
AccessDeniedError,

0 commit comments

Comments
 (0)