@lightupai/polaris 0.0.18 → 0.0.19

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/package.json +1 -1
  2. package/src/cli/cli.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightupai/polaris",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "polaris": "bin/polaris",
package/src/cli/cli.ts CHANGED
@@ -117,7 +117,7 @@ async function install(participantId?: string) {
117
117
  mcpServers: {
118
118
  polaris: {
119
119
  command: "npx",
120
- args: ["-y", "-p", "@lightupai/polaris", "polaris-mcp"],
120
+ args: ["-y", "polaris-mcp"],
121
121
  env: {
122
122
  POLARIS_DAEMON_URL: "http://127.0.0.1:4322",
123
123
  },