Skip to content

v0.1.2 — Smithery score boost: 19 tools declared in MCPB manifest

Choose a tag to compare

@VasilySynderBot VasilySynderBot released this 20 Jun 04:14
· 3 commits to main since this release

What's new

Adds the full 19-tool inventory to the MCPB manifest so marketplaces (Smithery, Glama) can show tool names + descriptions without having to scan the running server.

Why

Smithery's getBundleDeployPayload reads tools, prompts, resources, and user_config directly from the manifest. Without static tools, Smithery falls back to a runtime MCP connection — which fails for stdio servers that need an API token, and tanks the listing quality score.

Format note

MCPB v0.3/v0.4 strict schema only allows {name, description} per tool, so inputSchema lives only in the server code. MCP clients discover full input schemas via the standard tools/list RPC at runtime — no functional change.

Install (Claude Desktop)

Download gl-importer-mcp-0.1.2.mcpb below and double-click. Enter your Importer API token when prompted.

Smithery re-publish (one-liner)

```bash
curl -L -o /tmp/gl-importer-mcp-0.1.2.mcpb https://github.com/SynderAccounting/gl-importer-plugin/releases/download/v0.1.2/gl-importer-mcp-0.1.2.mcpb && smithery mcp publish /tmp/gl-importer-mcp-0.1.2.mcpb -n michael-012x/gl-importer-mcp
```

🤖 Generated with Claude Code