Archai静态分析器
STDIO基于Bun的快速JavaScript运行时
基于Bun的快速JavaScript运行时
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.
{
"mcpServers": {
"archai": {
"command": "bun",
"args": [
"run",
"~/workspace/mcp/archai/mcp.ts"
]
}
}
}