Conversation
|
| "version": "0.1.0", | ||
| "description": "MCP server exposing Spectrum Web Components (list components, get component doc) from Custom Elements Manifest.", | ||
| "license": "Apache-2.0", | ||
| "type": "module", | ||
| "bin": { | ||
| "swc-mcp": "./dist/index.js" | ||
| }, | ||
| "private": true, |
There was a problem hiding this comment.
Expected object keys to be in specified order. 'private' should be before 'bin'.
| "version": "0.1.0", | |
| "description": "MCP server exposing Spectrum Web Components (list components, get component doc) from Custom Elements Manifest.", | |
| "license": "Apache-2.0", | |
| "type": "module", | |
| "bin": { | |
| "swc-mcp": "./dist/index.js" | |
| }, | |
| "private": true, | |
| "version": "0.1.0", | |
| "private": true, | |
| "description": "MCP server exposing Spectrum Web Components (list components, get component doc) from Custom Elements Manifest.", | |
| "license": "Apache-2.0", | |
| "type": "module", | |
| "bin": { | |
| "swc-mcp": "./dist/index.js" | |
| }, |
| "build": "tsc", | ||
| "start": "node dist/index.js", | ||
| "prepare": "yarn build" |
There was a problem hiding this comment.
Expected object keys to be in ascending order. 'prepare' should be before 'start'.
| "build": "tsc", | |
| "start": "node dist/index.js", | |
| "prepare": "yarn build" | |
| "build": "tsc", | |
| "prepare": "yarn build", | |
| "start": "node dist/index.js" |
| "main": "./src/index.js", | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "start": "node dist/index.js", | ||
| "prepare": "yarn build" | ||
| }, | ||
| "dependencies": { | ||
| "@modelcontextprotocol/sdk": "1.26.0", | ||
| "zod": "^4.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "5.9.2" | ||
| }, | ||
| "files": [ | ||
| "dist", | ||
| "README.md" | ||
| ], |
There was a problem hiding this comment.
Expected object keys to be in specified order. 'files' should be before 'devDependencies'.
| "main": "./src/index.js", | |
| "scripts": { | |
| "build": "tsc", | |
| "start": "node dist/index.js", | |
| "prepare": "yarn build" | |
| }, | |
| "dependencies": { | |
| "@modelcontextprotocol/sdk": "1.26.0", | |
| "zod": "^4.0.0" | |
| }, | |
| "devDependencies": { | |
| "typescript": "5.9.2" | |
| }, | |
| "files": [ | |
| "dist", | |
| "README.md" | |
| ], | |
| "main": "./src/index.js", | |
| "files": [ | |
| "dist", | |
| "README.md" | |
| ], | |
| "scripts": { | |
| "build": "tsc", | |
| "start": "node dist/index.js", | |
| "prepare": "yarn build" | |
| }, | |
| "dependencies": { | |
| "@modelcontextprotocol/sdk": "1.26.0", | |
| "zod": "^4.0.0" | |
| }, | |
| "devDependencies": { | |
| "typescript": "5.9.2" | |
| }, |
| "private": true, | ||
| "main": "./src/index.js", | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "start": "node dist/index.js", | ||
| "prepare": "yarn build" | ||
| }, | ||
| "dependencies": { | ||
| "@modelcontextprotocol/sdk": "1.26.0", | ||
| "zod": "^4.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "5.9.2" | ||
| }, | ||
| "files": [ | ||
| "dist", | ||
| "README.md" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/adobe/spectrum-web-components.git", | ||
| "directory": "1st-gen/tools/mcp-server" | ||
| }, |
There was a problem hiding this comment.
Expected object keys to be in specified order. 'repository' should be before 'files'.
| "private": true, | |
| "main": "./src/index.js", | |
| "scripts": { | |
| "build": "tsc", | |
| "start": "node dist/index.js", | |
| "prepare": "yarn build" | |
| }, | |
| "dependencies": { | |
| "@modelcontextprotocol/sdk": "1.26.0", | |
| "zod": "^4.0.0" | |
| }, | |
| "devDependencies": { | |
| "typescript": "5.9.2" | |
| }, | |
| "files": [ | |
| "dist", | |
| "README.md" | |
| ], | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/adobe/spectrum-web-components.git", | |
| "directory": "1st-gen/tools/mcp-server" | |
| }, | |
| "private": true, | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/adobe/spectrum-web-components.git", | |
| "directory": "1st-gen/tools/mcp-server" | |
| }, | |
| "main": "./src/index.js", | |
| "scripts": { | |
| "build": "tsc", | |
| "start": "node dist/index.js", | |
| "prepare": "yarn build" | |
| }, | |
| "dependencies": { | |
| "@modelcontextprotocol/sdk": "1.26.0", | |
| "zod": "^4.0.0" | |
| }, | |
| "devDependencies": { | |
| "typescript": "5.9.2" | |
| }, | |
| "files": [ | |
| "dist", | |
| "README.md" | |
| ], |
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/adobe/spectrum-web-components.git", | ||
| "directory": "1st-gen/tools/mcp-server" |
There was a problem hiding this comment.
Expected object keys to be in ascending order. 'directory' should be before 'url'.
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/adobe/spectrum-web-components.git", | |
| "directory": "1st-gen/tools/mcp-server" | |
| "repository": { | |
| "directory": "1st-gen/tools/mcp-server", | |
| "type": "git", | |
| "url": "https://github.com/adobe/spectrum-web-components.git" |
| "compilerOptions": { | ||
| "target": "ES2022", | ||
| "module": "NodeNext", |
There was a problem hiding this comment.
Expected object keys to be in ascending order. 'module' should be before 'target'.
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "NodeNext", | |
| "compilerOptions": { | |
| "module": "NodeNext", | |
| "target": "ES2022", |
| "rootDir": "./src", | ||
| "strict": true, | ||
| "skipLibCheck": true, |
There was a problem hiding this comment.
Expected object keys to be in ascending order. 'skipLibCheck' should be before 'strict'.
| "rootDir": "./src", | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "rootDir": "./src", | |
| "skipLibCheck": true, | |
| "strict": true, |
| "compilerOptions": { | ||
| "target": "ES2022", | ||
| "module": "NodeNext", | ||
| "moduleResolution": "NodeNext", | ||
| "outDir": "./dist", | ||
| "rootDir": "./src", | ||
| "strict": true, | ||
| "skipLibCheck": true, | ||
| "declaration": true, |
There was a problem hiding this comment.
Expected object keys to be in ascending order. 'declaration' should be before 'skipLibCheck'.
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "outDir": "./dist", | |
| "rootDir": "./src", | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "declaration": true, | |
| "compilerOptions": { | |
| "declaration": true, | |
| "target": "ES2022", | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "outDir": "./dist", | |
| "rootDir": "./src", | |
| "strict": true, | |
| "skipLibCheck": true, |
| "declaration": true, | ||
| "sourceMap": true, | ||
| "esModuleInterop": true, |
There was a problem hiding this comment.
Expected object keys to be in ascending order. 'esModuleInterop' should be before 'sourceMap'.
| "declaration": true, | |
| "sourceMap": true, | |
| "esModuleInterop": true, | |
| "declaration": true, | |
| "esModuleInterop": true, | |
| "sourceMap": true, |
| }, | ||
| "include": ["src/**/*.ts"], | ||
| "exclude": ["node_modules", "dist"] |
There was a problem hiding this comment.
Expected object keys to be in ascending order. 'exclude' should be before 'include'.
| }, | |
| "include": ["src/**/*.ts"], | |
| "exclude": ["node_modules", "dist"] | |
| }, | |
| "exclude": ["node_modules", "dist"], | |
| "include": ["src/**/*.ts"] |
Description
This PR adds a GETTING-STARTED.md guide so colleagues and customers can set up and use the MCP with minimal context. The main README stays the technical reference; the new doc is the single entry point for “how do I use this MCP?”
How to verify