@basegrid_tech/mcp 0.18.16 → 0.18.17

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4940,7 +4940,7 @@ console.warn = (...args) => _origError("[mcp:warn]", ...args);
4940
4940
  console.error = (...args) => _origError("[mcp:error]", ...args);
4941
4941
  async function main() {
4942
4942
  configManager.init();
4943
- const version = true ? "0.18.16" : createRequire(import.meta.url)("../package.json").version;
4943
+ const version = true ? "0.18.17" : createRequire(import.meta.url)("../package.json").version;
4944
4944
  const server = createMcpServer(version);
4945
4945
  const transport = new StdioServerTransport();
4946
4946
  await server.connect(transport);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basegrid_tech/mcp",
3
- "version": "0.18.16",
3
+ "version": "0.18.17",
4
4
  "description": "BaseGrid MCP server — task management, git, and workflow tools for AI coding agents",
5
5
  "type": "module",
6
6
  "license": "MIT",