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 |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mcp-translator | Execute mcp-translator: npx ts-migrate |
| mcp-formatter | Execute mcp-formatter: npx prettier --write . |
| mcp-docs | Execute mcp-docs: npx typedoc |
| mcp-bugfix | Execute mcp-bugfix: npx eslint . --fix |
| mcp-testgen | Execute mcp-testgen: npx jest --init |
| mcp-linter | Execute mcp-linter: npx eslint . |
| mcp-npm-audit | Execute mcp-npm-audit: npm audit fix |
| mcp-npm-outdated | Execute mcp-npm-outdated: npm outdated |