polydev-ai 1.4.3 → 1.4.5

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.
@@ -0,0 +1,47 @@
1
+ {
2
+ "name": "polydev-ai",
3
+ "version": "1.4.4",
4
+ "description": "Get diverse AI perspectives from multiple LLMs via MCP - supports Cline, Claude Code, and other MCP clients",
5
+ "main": "stdio-wrapper.js",
6
+ "bin": {
7
+ "polydev-ai": "./stdio-wrapper.js"
8
+ },
9
+ "scripts": {
10
+ "start": "node server.js",
11
+ "test": "node server.js --help"
12
+ },
13
+ "keywords": [
14
+ "mcp",
15
+ "model-context-protocol",
16
+ "ai",
17
+ "llm",
18
+ "perspectives",
19
+ "multi-model",
20
+ "cline",
21
+ "claude",
22
+ "openai",
23
+ "anthropic",
24
+ "gemini",
25
+ "polydev"
26
+ ],
27
+ "author": "Polydev AI <support@polydev.ai>",
28
+ "license": "MIT",
29
+ "engines": {
30
+ "node": ">=16.0.0"
31
+ },
32
+ "files": [
33
+ "stdio-wrapper.js",
34
+ "cliManager.js",
35
+ "manifest.json",
36
+ "README.md"
37
+ ],
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "https://github.com/backspacevenkat/polydev-website.git",
41
+ "directory": "mcp"
42
+ },
43
+ "homepage": "https://polydev.ai/docs/mcp-integration",
44
+ "bugs": {
45
+ "url": "https://github.com/backspacevenkat/polydev-website/issues"
46
+ }
47
+ }