atlas-pipeline-mcp 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,10 +26,10 @@ npm install
26
26
  npm run build
27
27
  ```
28
28
 
29
- ### From npm (Coming Soon)
29
+ ### From npm
30
30
 
31
31
  ```bash
32
- npm install -g atlas-mcp-server
32
+ npm install -g atlas-pipeline-mcp
33
33
  ```
34
34
 
35
35
  ## ⚙️ Configuration
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "atlas-pipeline-mcp",
3
- "version": "1.0.0",
4
- "mcpName": "io.github.iamnishant51/atlas-pipeline",
3
+ "version": "1.0.1",
4
+ "mcpName": "io.github.IamNishant51/atlas-pipeline",
5
5
  "description": "Model Context Protocol server with multi-stage AI pipeline - works with any LLM provider (Ollama, OpenAI, Anthropic). Compatible with Cursor, GitHub Copilot, Windsurf, and more.",
6
6
  "main": "dist/server.js",
7
7
  "bin": {