axios+telemetry cleanup
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
type Tool,
|
||||
} from '@modelcontextprotocol/sdk/types.js'
|
||||
import { getDefaultAppState } from 'src/state/AppStateStore.js'
|
||||
import { VERSION } from '../constants/product.js'
|
||||
import review from '../commands/review.js'
|
||||
import type { Command } from '../commands.js'
|
||||
import {
|
||||
@@ -47,7 +48,7 @@ export async function startMCPServer(
|
||||
const server = new Server(
|
||||
{
|
||||
name: 'claude/tengu',
|
||||
version: MACRO.VERSION,
|
||||
version: VERSION,
|
||||
},
|
||||
{
|
||||
capabilities: {
|
||||
|
||||
Reference in New Issue
Block a user