kratos-mcp 1.1.0 → 1.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.
Files changed (3) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +4 -8
  3. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Kratos Protocol Contributors
3
+ Copyright (c) 2025 Kratos Protocol Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -23,10 +23,6 @@ After building 30+ production apps with AI, we discovered a critical problem: **
23
23
 
24
24
  Kratos MCP solves this with the **Four Pillars Framework**—a battle-tested system that gives AI perfect memory of your project.
25
25
 
26
- <div align="center">
27
- <img src="https://via.placeholder.com/800x400/1a1a1a/ffffff?text=Kratos+MCP+Architecture" alt="Kratos Architecture" width="100%" />
28
- </div>
29
-
30
26
  ## ✨ Features
31
27
 
32
28
  <table>
@@ -321,7 +317,7 @@ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
321
317
 
322
318
  ```bash
323
319
  # Clone the repo
324
- git clone https://github.com/yourusername/kratos-mcp.git
320
+ git clone https://github.com/ceorkm/kratos-mcp.git
325
321
 
326
322
  # Install dependencies
327
323
  npm install
@@ -332,7 +328,7 @@ npm run dev
332
328
 
333
329
  ## 📄 License
334
330
 
335
- MIT © 2024 Kratos MCP Contributors
331
+ MIT © 2025 Kratos MCP Contributors
336
332
 
337
333
  ## 🙏 Acknowledgments
338
334
 
@@ -346,6 +342,6 @@ Inspired by the Four Pillars Framework and real-world experience building produc
346
342
 
347
343
  **Built for developers who value their time.**
348
344
 
349
- [Report Bug](https://github.com/yourusername/kratos-mcp/issues) • [Request Feature](https://github.com/yourusername/kratos-mcp/issues) • [Documentation](https://docs.kratos-mcp.dev)
345
+ [Report Bug](https://github.com/ceorkm/kratos-mcp/issues) • [Request Feature](https://github.com/ceorkm/kratos-mcp/issues) • [Documentation](https://docs.kratos-mcp.dev)
350
346
 
351
- </div>
347
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kratos-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Memory System for AI Coding Tools - MCP server with perfect project isolation",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -10,11 +10,11 @@
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/yourusername/kratos-mcp.git"
13
+ "url": "https://github.com/ceorkm/kratos-mcp.git"
14
14
  },
15
- "homepage": "https://github.com/yourusername/kratos-mcp#readme",
15
+ "homepage": "https://github.com/ceorkm/kratos-mcp#readme",
16
16
  "bugs": {
17
- "url": "https://github.com/yourusername/kratos-mcp/issues"
17
+ "url": "https://github.com/ceorkm/kratos-mcp/issues"
18
18
  },
19
19
  "scripts": {
20
20
  "build": "tsc",