bun-docs-mcp
bun-docs-toolkit
Immer aktuelle Bun-Dokumentation für KI-Agenten – direkt aus bun-types bezogen, sodass sie an die Bun-Version deines Projekts gebunden ist.
Warum?
Jedes bestehende Projekt mit „Bun-Dokumentation für KI-Agenten“ forkt oder klont Buns Dokumentation zu einem bestimmten Zeitpunkt und wird dann veraltet. bun-docs-toolkit verfolgt einen anderen Ansatz: Es liest die Dokumentation aus dem npm-Paket bun-types, das die vollständige Bun-Dokumentation enthält und bereits an deine installierte Bun-Version gebunden ist.
Related MCP server: react-native-toolkit
Was ist enthalten?
1. MCP-Server (bun-docs-mcp)
Ein Model-Context-Protocol-Server, der die Dokumentation aus dem bun-types-Paket auflöst, das in deinem Projekt installiert ist.
Einrichtung – füge zu deiner MCP-Konfiguration hinzu:
{
"mcpServers": {
"bun-docs": {
"command": "bunx",
"args": ["bun-docs-mcp"]
}
}
}Werkzeuge:
search_bun_docs({ query, category? })– durchsuche die Dokumentation mit einer Abfrage in einfachem Englischget_bun_doc({ slug })– rufe den vollständigen Inhalt eines bestimmten Dokuments ablist_bun_doc_categories()– durchstöbere den Kategoriebaum
2. Agent-Fähigkeiten-Bundle (skills/)
Vorgenerierte SKILL.md-Dateien, nach Themen gruppiert (~25 Fähigkeiten), kompatibel mit skills-cli:
bunx skills add <owner>/bun-docs-toolkitDie Fähigkeiten werden wöchentlich von CI neu generiert, um die neueste bun-types-Version zu verfolgen.
Entwicklung
# Install dependencies
bun install
# Run tests
bun test
# Regenerate skills
bun run generate:skillsSo funktioniert es
packages/core– Gemeinsames Parsing: löst dasbun-types-Dokumentationsverzeichnis auf, durchläuft.md/.mdx-Dateien, parst YAML-Frontmatter, vereinfacht Mintlify-JSX-Komponenten zu einfachem Markdown und erstellt einen durchsuchbaren Index.packages/mcp-server– MCP-Server, der die Kernbibliothek verwendet. Liest zur Laufzeit aus dembun-typesdes aufrufenden Projekts und fällt auf einen gebündelten Schnappschuss zurück.packages/skills-generator– Build-Skript, das Dokumentationen in ~25 Fähigkeitskategorien gruppiert undSKILL.md-Dateien erzeugt.
Lizenz
MIT – siehe LICENSE.
Dokumentationsinhalte stammen aus bun-types (MIT, © Jarred Sumner und Bun-Mitwirkende).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.MIT
- AlicenseAqualityDmaintenanceProvides AI agents with accurate, version-aware documentation for React Native, Expo, React Navigation, and Ignite by automatically detecting project dependencies and fetching matching documentation.12MIT
- AlicenseNot gradedqualityDmaintenanceGives AI agents full-text search over any Markdown/MDX documentation folder.14MIT
- AlicenseNot gradedqualityCmaintenanceProvides AI agents with access to DFNS documentation, API reference, and SDK code through full-text search and type intelligence.14MIT
Related MCP Connectors
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LuigiColantuono/bun-docs-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server