We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaniv-golan/mcp-bash-framework'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•544 B
# Completion scaffold: `__NAME__`
What you get:
- Script: `completion.sh` (manual provider) under `completions/__NAME__/`.
- Registration: added to `server.d/register.json` as a manual completion with a 5s timeout.
Usage:
- Edit `completion.sh` to emit suggestions based on `MCP_COMPLETION_ARGS_JSON` (see `docs/COMPLETION.md` for contract).
- Paths are relative to `MCPBASH_PROJECT_ROOT`; tweak the registration in `server.d/register.json` if you move the script.
- Run `mcp-bash registry refresh` or restart your client to pick up changes.