Build
@Aaryash-Shakya
关于 Build
using typescript sdk to create different mcp server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Build?
Build is a project that provides instructions for installing dependencies, compiling TypeScript files into JavaScript, and configuring the resulting executables as MCP servers.
How to use Build?
First run yarn install to install dependencies, then yarn build to compile TypeScript files into JavaScript. Afterwards, make each generated .js file executable with chmod +x, then add the path to the executable in the MCP configuration file using the npx command with appropriate arguments.
Key features of Build
- Dependency installation via yarn
- TypeScript to JavaScript compilation
- Generation of .js files in root directory
- Executable file creation with chmod +x
- Integration with MCP configuration
Use cases of Build
—
FAQ from Build
What are the required dependencies?
Yarn is used for dependency management. Run yarn install to install dependencies.
How are JavaScript files generated?
Running yarn build compiles TypeScript files to JavaScript, producing corresponding .js files in the root directory.
How
开发工具 分类下的更多 MCP 服务器
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Grafana MCP server
grafanaMCP server for Grafana
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
评论