@decaf-ts/mcp-server 0.2.0 → 0.4.0

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.
@@ -1856,7 +1856,7 @@ Explain what needs to happen when this module changes (tests, docs, etc.).`,
1856
1856
  * @summary The actual version number is replaced during the build process.
1857
1857
  * @type {string}
1858
1858
  */
1859
- const VERSION$1 = "0.1.0";
1859
+ const VERSION$1 = "0.3.0";
1860
1860
  const PACKAGE_NAME$1 = "##PACKAGE_NAME##";
1861
1861
  try {
1862
1862
  decoration.Metadata.registerLibrary(PACKAGE_NAME$1, VERSION$1);
@@ -1862,7 +1862,7 @@ const templateList = buildResourceTemplates();
1862
1862
  * @summary The actual version number is replaced during the build process.
1863
1863
  * @type {string}
1864
1864
  */
1865
- const VERSION$1 = "0.1.0";
1865
+ const VERSION$1 = "0.3.0";
1866
1866
  const PACKAGE_NAME$1 = "##PACKAGE_NAME##";
1867
1867
  try {
1868
1868
  Metadata.registerLibrary(PACKAGE_NAME$1, VERSION$1);
@@ -7,5 +7,5 @@ import { __resetWorkspaceRoot, getWorkspaceRoot, setWorkspaceRoot } from "./work
7
7
  export declare function enrich(mcp: FastMCP): FastMCP;
8
8
  export default enrich;
9
9
  export declare const PACKAGE_NAME = "##PACKAGE_NAME##";
10
- export declare const VERSION = "0.1.0";
10
+ export declare const VERSION = "0.3.0";
11
11
  export { tools, toolList, buildDocPrompts, buildPrompts, buildDecorationResourceTemplates, buildResourceTemplates, buildDocumentationPayload, decorationResourceTemplates, discoverDocPrompts, DEFAULT_PROMPT_NAME, promptList, refreshPrompts, resources, selectPrompt, templateList, workspaceResourceTemplates, getWorkspaceRoot, setWorkspaceRoot, __resetWorkspaceRoot, };
@@ -5,5 +5,5 @@
5
5
  * @summary The actual version number is replaced during the build process.
6
6
  * @type {string}
7
7
  */
8
- export declare const VERSION = "0.1.0";
8
+ export declare const VERSION = "0.3.0";
9
9
  export declare const PACKAGE_NAME = "##PACKAGE_NAME##";
@@ -6,7 +6,7 @@ import { Metadata } from "@decaf-ts/decoration";
6
6
  * @summary The actual version number is replaced during the build process.
7
7
  * @type {string}
8
8
  */
9
- export const VERSION = "0.1.0";
9
+ export const VERSION = "0.3.0";
10
10
  export const PACKAGE_NAME = "##PACKAGE_NAME##";
11
11
  try {
12
12
  Metadata.registerLibrary(PACKAGE_NAME, VERSION);
@@ -7,5 +7,5 @@ import { __resetWorkspaceRoot, getWorkspaceRoot, setWorkspaceRoot } from "./work
7
7
  export declare function enrich(mcp: FastMCP): FastMCP;
8
8
  export default enrich;
9
9
  export declare const PACKAGE_NAME = "##PACKAGE_NAME##";
10
- export declare const VERSION = "0.1.0";
10
+ export declare const VERSION = "0.3.0";
11
11
  export { tools, toolList, buildDocPrompts, buildPrompts, buildDecorationResourceTemplates, buildResourceTemplates, buildDocumentationPayload, decorationResourceTemplates, discoverDocPrompts, DEFAULT_PROMPT_NAME, promptList, refreshPrompts, resources, selectPrompt, templateList, workspaceResourceTemplates, getWorkspaceRoot, setWorkspaceRoot, __resetWorkspaceRoot, };
package/lib/metadata.cjs CHANGED
@@ -9,7 +9,7 @@ const decoration_1 = require("@decaf-ts/decoration");
9
9
  * @summary The actual version number is replaced during the build process.
10
10
  * @type {string}
11
11
  */
12
- exports.VERSION = "0.1.0";
12
+ exports.VERSION = "0.3.0";
13
13
  exports.PACKAGE_NAME = "##PACKAGE_NAME##";
14
14
  try {
15
15
  decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
package/lib/metadata.d.ts CHANGED
@@ -5,5 +5,5 @@
5
5
  * @summary The actual version number is replaced during the build process.
6
6
  * @type {string}
7
7
  */
8
- export declare const VERSION = "0.1.0";
8
+ export declare const VERSION = "0.3.0";
9
9
  export declare const PACKAGE_NAME = "##PACKAGE_NAME##";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/mcp-server",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "mcp server for code assistance of decaf-ts projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -139,10 +139,5 @@
139
139
  "ts-morph": "^21.0.0",
140
140
  "typescript": "^5.6.3"
141
141
  },
142
- "license": "AGPL-3.0-only",
143
- "dependencies": {
144
- "better-docs": "^2.7.3",
145
- "fastmcp": "^3.20.0",
146
- "taffydb": "^2.7.3"
147
- }
142
+ "license": "AGPL-3.0-only"
148
143
  }