@extentos/mcp-server 0.0.2 → 0.0.3
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { handlers } from "./tools/registry.js";
|
|
|
11
11
|
import { mcpErrorResponse } from "./stub.js";
|
|
12
12
|
import { drainTelemetry, emitInstalledOnce, emitToolCalled, } from "./telemetry/index.js";
|
|
13
13
|
const SERVER_NAME = "@extentos/mcp-server";
|
|
14
|
-
const SERVER_VERSION = "0.0.
|
|
14
|
+
const SERVER_VERSION = "0.0.3";
|
|
15
15
|
async function main() {
|
|
16
16
|
const server = new Server({ name: SERVER_NAME, version: SERVER_VERSION }, { capabilities: { tools: {} } });
|
|
17
17
|
// First-run install event (no-op if already fired or consent declined).
|