mirror of
https://github.com/wassname/HumanAgent-MCP.git
synced 2026-09-09 11:14:27 +08:00
- Remove session management complexity from MCP server and UI - Update chatWebviewProvider for direct messaging without sessions - Fix MCP tool response format to use content array as per specification - Restore cog icon for MCP configuration (install global/local) - Add safety checks for message content handling - Resolve 'o.content is not iterable' error by using proper MCP format
15 lines
195 B
Plaintext
15 lines
195 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
out/**
|
|
node_modules/**
|
|
src/**
|
|
.gitignore
|
|
.yarnrc
|
|
webpack.config.js
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/eslint.config.mjs
|
|
**/*.map
|
|
**/*.ts
|
|
**/.vscode-test.*
|