Skip to content

Commit d0bc434

Browse files
fixup(d1-base): lint:fix
1 parent ab916aa commit d0bc434

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

packages/client/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,12 @@
100100
"types": "./dist/index.d.mts",
101101
"typesVersions": {
102102
"*": {
103-
"validators/cf-worker": ["dist/validators/cfWorker.d.mts"],
104-
"stdio": ["dist/stdio.d.mts"]
103+
"validators/cf-worker": [
104+
"dist/validators/cfWorker.d.mts"
105+
],
106+
"stdio": [
107+
"dist/stdio.d.mts"
108+
]
105109
}
106110
}
107111
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export type {
4646
NotificationOptions,
4747
ProgressCallback,
4848
ProtocolOptions,
49-
RequestHandlerExtra,
5049
ProtocolSpec,
50+
RequestHandlerExtra,
5151
RequestOptions,
5252
ServerContext,
5353
SpecNotifications,

packages/server/test/server/mcp.compat.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ describe('McpServer v1-compat variadic shims', () => {
6767
});
6868
});
6969

70-
7170
describe('registerTool/registerPrompt accept raw Zod shape (auto-wrapped)', () => {
7271
it('registerTool accepts a raw shape for inputSchema, auto-wraps, and does not warn', () => {
7372
const warn = vi.spyOn(console, 'warn').mockImplementation(() => {});

0 commit comments

Comments
 (0)