-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Current Behavior
I was trying to integrate fcli with copilot through vscode and recieve a error Unrecognized field "form"
[error] Error: MPC -32603: Unrecognized field "form" (class io.modelcontextprotocol.spec.McpSchema$ClientCapabilities$Elicitation), not marked as ignorable (0 known properties: ])
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: io.modelcontextprotocol.spec.McpSchema$InitializeRequest["capabilities"]->io.modelcontextprotocol.spec.McpSchema$ClientCapabilities["elicitation"]->io.modelcontextprotocol.spec.McpSchema$ClientCapabilities$Elicitation["form"])
at O8i.O (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2265:35574)
at O8i.L (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2265:35369)
at Sce.value (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:2265:34358)
at E.C (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:29:2349)
at E.fire (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:29:2568)
at bMs.pushMessage (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:604:55563)
at gli.$onDidReceiveMessage (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:604:52099)
at YRt.S (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:3894:40815)
at YRt.Q (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:3894:40593)
at YRt.M (vscode-file://vscode-app/c:/Users/$USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:3894:39681)
Expected Behavior
No response
Steps To Reproduce
- Install copilot chat AI extension
- create the archieve mcp.json in the .vscode with this configuration:
{ "servers": { "fortify-ssc": { "type": "stdio", "command": "C:\\Tools\\fcli\\fcli-314.exe", "args": [ "util", "mcp-server", "start", "--module=ssc" ] } } }- Start mcp server
Environment
fcli-314.exe --version
fcli version 3.14.1, built on 2025-12-19 14:45:59
SO: Windows 11
IDE: Vscode Version: 1.107.1
LLM: COPILOT
SSC: 24.4Anything else?
No response