mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
fix(test/manual): correct sectionId typo for array.map section
Updated the `sectionId` value from `sec-array-prototype-map` to `sec-array.prototype.map` to match the proper identifier format.
This commit is contained in:
@@ -71,7 +71,7 @@ async function testMCPServer() {
|
||||
const contentResult = (await client.callTool({
|
||||
name: "ask262_get_section_content",
|
||||
arguments: {
|
||||
sectionId: "sec-array-prototype-map",
|
||||
sectionId: "sec-array.prototype.map",
|
||||
recursive: false,
|
||||
},
|
||||
})) as GetSectionContentMCPOutput;
|
||||
|
||||
Reference in New Issue
Block a user