@alan512/experienceengine 0.1.0 → 0.1.2
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.
|
@@ -332,7 +332,7 @@ export const createCodexMcpServer = (options = {}) => {
|
|
|
332
332
|
const stateArtifacts = createCodexStateArtifactService(options);
|
|
333
333
|
const server = new McpServer({
|
|
334
334
|
name: "experienceengine",
|
|
335
|
-
version: "0.1.
|
|
335
|
+
version: "0.1.2"
|
|
336
336
|
});
|
|
337
337
|
server.registerResource("experienceengine_doctor", new ResourceTemplate("experienceengine://doctor/{adapter}", {
|
|
338
338
|
list: undefined,
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ PACKAGE_DIR="${PLUGIN_DATA}/node_modules/@alan512/experienceengine"
|
|
|
6
6
|
STAMP_PATH="${PLUGIN_DATA}/.experienceengine-plugin-version"
|
|
7
7
|
REPO_URL="${EXPERIENCE_ENGINE_PLUGIN_GIT_URL:-https://github.com/Alan-512/ExperienceEngine.git}"
|
|
8
8
|
REPO_REF="${EXPERIENCE_ENGINE_PLUGIN_GIT_REF:-main}"
|
|
9
|
-
PACKAGE_VERSION="0.1.
|
|
9
|
+
PACKAGE_VERSION="0.1.2"
|
|
10
10
|
|
|
11
11
|
mkdir -p "${PLUGIN_DATA}"
|
|
12
12
|
|