Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions registries/official/servers/toolhive-doc-mcp/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"stars": 3
},
"overview": "## ToolHive Docs MCP Server\n\nThe toolhive-doc-mcp server allows you to search ToolHive documentation for help with using and contributing to the project (local version). The system maintains a pre-built SQLite vector database containing documentation that undergoes parsing, chunking, and embedding using a local bge-small-en-v1.5 model. When queried, it performs semantic search by comparing queries against stored embeddings to return relevant documentation chunks.",
"provenance": {
"cert_issuer": "https://token.actions.githubusercontent.com",
"repository_uri": "https://github.com/StacklokLabs/toolhive-doc-mcp",
"runner_environment": "github-hosted",
"signer_identity": "/.github/workflows/release.yml",
"sigstore_url": "tuf-repo-cdn.sigstore.dev"
},
"status": "Active",
"tags": [
"docs",
Expand Down
7 changes: 7 additions & 0 deletions registries/toolhive/servers/toolhive-doc-mcp/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"stars": 3
},
"overview": "## ToolHive Docs MCP Server\n\nThe toolhive-doc-mcp server allows you to search ToolHive documentation for help with using and contributing to the project (local version). The system maintains a pre-built SQLite vector database containing documentation that undergoes parsing, chunking, and embedding using a local bge-small-en-v1.5 model. When queried, it performs semantic search by comparing queries against stored embeddings to return relevant documentation chunks.",
"provenance": {
"cert_issuer": "https://token.actions.githubusercontent.com",
"repository_uri": "https://github.com/StacklokLabs/toolhive-doc-mcp",
"runner_environment": "github-hosted",
"signer_identity": "/.github/workflows/release.yml",
"sigstore_url": "tuf-repo-cdn.sigstore.dev"
},
"status": "Active",
"tags": [
"docs",
Expand Down
Loading