Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| git-commit | Generate a Git commit message |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Application Logs |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch-fastmcp-readme | FastMCPのGitHubリポジトリからREADMEファイルを取得します |
| fetch-fastmcp-versions | FastMCPパッケージのnpm上の全バージョンと最新バージョン情報を取得します |
| fetch-mcp-architecture-doc | MCP公式サイトからアーキテクチャドキュメントを取得します |
| fetch-npm-types | 指定されたNPMパッケージのTypeScript型定義を取得します。メインパッケージの型定義または@types/パッケージから取得します。 |
| analyze-npm-types | 指定されたNPMパッケージのTypeScript型定義の包括的な分析を実行します。パッケージの型定義状態、おすすめのアプローチ、代替手段を提示します。 |
| get-cache-stats | NPM型定義キャッシュの統計情報と設定を表示します。 |