Skip to content

Commit 51eba73

Browse files
chore(lint): fix src/transforms.test.ts (#197)
1 parent 9121ca4 commit 51eba73

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/transforms.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,7 @@ describe("transforms", () => {
484484
})
485485

486486
it("stripToolPrefix reverses PascalCase mcp_ prefix", () => {
487-
assert.equal(
488-
stripToolPrefix('{"name": "mcp_Bash"}'),
489-
'{"name": "bash"}',
490-
)
487+
assert.equal(stripToolPrefix('{"name": "mcp_Bash"}'), '{"name": "bash"}')
491488
assert.equal(
492489
stripToolPrefix('{"name": "mcp_Background_output"}'),
493490
'{"name": "background_output"}',

0 commit comments

Comments
 (0)