@epiccontext/mcp 0.1.0 → 0.1.1

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.
@@ -14,5 +14,5 @@
14
14
  * epicontext watch - Watch for changes and auto-sync
15
15
  * epicontext serve - Start MCP server
16
16
  */
17
- import "../cli/index.js";
17
+ export {};
18
18
  //# sourceMappingURL=epicontext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"epicontext.d.ts","sourceRoot":"","sources":["../../src/bin/epicontext.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,iBAAiB,CAAC"}
1
+ {"version":3,"file":"epicontext.d.ts","sourceRoot":"","sources":["../../src/bin/epicontext.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;GAcG"}
@@ -14,5 +14,6 @@
14
14
  * epicontext watch - Watch for changes and auto-sync
15
15
  * epicontext serve - Start MCP server
16
16
  */
17
- import "../cli/index.js";
17
+ import { run } from "../cli/index.js";
18
+ run();
18
19
  //# sourceMappingURL=epicontext.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"epicontext.js","sourceRoot":"","sources":["../../src/bin/epicontext.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,iBAAiB,CAAC"}
1
+ {"version":3,"file":"epicontext.js","sourceRoot":"","sources":["../../src/bin/epicontext.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AAEtC,GAAG,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epiccontext/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server and CLI for syncing EpicContext documentation with local codebases",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",