tca-mcp-server 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/oplog.js +1 -1
- package/dist/stdio.js +1 -1
- package/package.json +1 -1
- package/src/api/oplog.ts +1 -1
- package/src/stdio.ts +1 -1
package/dist/api/oplog.js
CHANGED
package/dist/stdio.js
CHANGED
|
@@ -5,7 +5,7 @@ import { registerTools } from './tools/index.js';
|
|
|
5
5
|
// Create an MCP server
|
|
6
6
|
const server = new McpServer({
|
|
7
7
|
name: '腾讯云代码分析(TCA)',
|
|
8
|
-
version: '1.3.
|
|
8
|
+
version: '1.3.2',
|
|
9
9
|
});
|
|
10
10
|
// 从命令行获取参数,如果 --oa参数存在,则表示运行在OA环境,否则运行在SaaS环境
|
|
11
11
|
const env = process.argv.includes('--oa') ? 'oa' : 'saas';
|
package/package.json
CHANGED
package/src/api/oplog.ts
CHANGED