Files
herolib/.gitignore
Mahmoud-Emad 914cba5388 feat: add HTTP/REST transport for MCP servers
- Refactor server to use a generic transport interface
- Add HttpTransport for JSON-RPC and REST over HTTP
- Move existing STDIO logic into a StdioTransport
- Enable dual-mode (STDIO/HTTP) via command-line flags
- Add new examples and docs for HTTP server usage
2025-07-28 13:32:01 +03:00

54 lines
604 B
Plaintext

# Additional ignore files and directories
Thumbs.db
# Logs
logs/
*.log
*.out
# Compiled Python files
*.pyc
*.pyo
__pycache__/
*dSYM/
.vmodules/
.vscode
_docs/
vls.*
vls.log
node_modules/
docs/
vdocs/
photonwrapper.so
x
.env
myexample
myexample2
remote_update_compile_hero
remote_install_v_hero
zdb-data
zdb-index
.idea/
.venv/
.trunk/
.DS_Store
.venv/
dump.rdb
output/
*.db
.stellar
data.ms/
test_basic
cli/hero
.aider*
storage/
.qdrant-initialized
.compile_cache
compile_results.log
tmp
compile_summary.log
.summary_lock
.aider*
*.dylib
server
HTTP_REST_MCP_DEMO.md
MCP_HTTP_REST_IMPLEMENTATION_PLAN.md