contextforge-mcp 0.1.54 → 0.1.55
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1132,14 +1132,14 @@ async function main() {
|
|
|
1132
1132
|
console.error("");
|
|
1133
1133
|
console.error(`${colors.bgBlue}${colors.white}${colors.bright} ContextForge MCP ${colors.reset}`);
|
|
1134
1134
|
console.error(`${colors.dim}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
|
|
1135
|
-
console.error(`${colors.cyan}Version:${colors.reset} 0.1.
|
|
1135
|
+
console.error(`${colors.cyan}Version:${colors.reset} 0.1.55`);
|
|
1136
1136
|
console.error(`${colors.cyan}API URL:${colors.reset} ${config.apiUrl}`);
|
|
1137
1137
|
console.error(`${colors.cyan}Space:${colors.reset} ${config.defaultSpace || "(not set)"}`);
|
|
1138
1138
|
console.error(`${colors.dim}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${colors.reset}`);
|
|
1139
1139
|
console.error("");
|
|
1140
1140
|
const server = new Server({
|
|
1141
1141
|
name: "contextforge-mcp",
|
|
1142
|
-
version: "0.1.
|
|
1142
|
+
version: "0.1.55",
|
|
1143
1143
|
}, {
|
|
1144
1144
|
capabilities: {
|
|
1145
1145
|
tools: {},
|