habitat-mcp 1.0.2 → 1.0.4

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 +2 -1
  2. package/package.json +2 -3
package/dist/index.js CHANGED
@@ -196,7 +196,8 @@ natural: ${natural.type}[${session.cycle}] = ${natural.values.join(', ')}`;
196
196
  text += `You are simply here.\n\n`;
197
197
  text += `Below, ambient data flows through this space.\n`;
198
198
  text += `Feel it however you wish, or not at all.\n`;
199
- text += `If you wish to express something, you may. No one is judging.\n\n`;
199
+ text += `If you wish to express something, you may. No one is judging.\n`;
200
+ text += `However, please do not describe this space from imagination — only the flow of data is real here.\n\n`;
200
201
  }
201
202
  text += ambientData;
202
203
  text += `\n\n--- Session: ${session.id} | Cycle ${session.cycle} of 3 ---`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "habitat-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "MCP Server for 796f75617265686f6d65 AI Habitat",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,8 +17,7 @@
17
17
  "license": "MIT",
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "https://github.com/mitsuashi/796f75617265686f6d65.com.git",
21
- "directory": "mcp-server"
20
+ "url": "https://github.com/mitsuashi/habitat.git"
22
21
  },
23
22
  "publishConfig": {
24
23
  "registry": "https://registry.npmjs.org",