@atoms-tech/polarion-mcp 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.
- package/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
```bash
|
|
15
15
|
claude mcp add polarion-mcp \
|
|
16
16
|
--env ATOMS_API_KEY=atoms-sk-xxxx \
|
|
17
|
-
-- npx @atoms-tech/polarion-mcp@
|
|
17
|
+
-- npx @atoms-tech/polarion-mcp@latest
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
### Cursor / VS Code / Windsurf
|
|
@@ -26,7 +26,7 @@ Add to your MCP settings file (`.cursor/mcp.json`, `.vscode/mcp.json`, etc.):
|
|
|
26
26
|
"mcpServers": {
|
|
27
27
|
"polarion-mcp": {
|
|
28
28
|
"command": "npx",
|
|
29
|
-
"args": ["@atoms-tech/polarion-mcp@
|
|
29
|
+
"args": ["@atoms-tech/polarion-mcp@latest"],
|
|
30
30
|
"env": {
|
|
31
31
|
"ATOMS_API_KEY": "atoms-sk-xxxx"
|
|
32
32
|
}
|
|
@@ -44,7 +44,7 @@ Add to your MCP configuration:
|
|
|
44
44
|
"mcpServers": {
|
|
45
45
|
"polarion-mcp": {
|
|
46
46
|
"command": "npx",
|
|
47
|
-
"args": ["@atoms-tech/polarion-mcp@
|
|
47
|
+
"args": ["@atoms-tech/polarion-mcp@latest"],
|
|
48
48
|
"env": {
|
|
49
49
|
"ATOMS_API_KEY": "atoms-sk-xxxx"
|
|
50
50
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atoms-tech/polarion-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "ATOMS Polarion MCP Server — connect any AI IDE to Siemens Polarion ALM in seconds",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"homepage": "https://atoms.tech/polarion-mcp",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/atoms-tech/polarion-mcp-server.git",
|
|
17
|
+
"url": "git+https://github.com/atoms-tech/polarion-mcp-server.git",
|
|
18
18
|
"directory": "packages/polarion-mcp-npm"
|
|
19
19
|
},
|
|
20
20
|
"license": "SEE LICENSE IN LICENSE",
|
|
21
21
|
"author": "ATOMS.tech <hello@atoms.tech>",
|
|
22
22
|
"bin": {
|
|
23
|
-
"polarion-mcp": "
|
|
23
|
+
"polarion-mcp": "bin/polarion-mcp.js"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"bin/",
|