Skip to content

Commit 4a2a4c0

Browse files
authored
Merge pull request #77 from SocketDev/no-sessions
minor updates to mcpb extension
2 parents e70a902 + bc8d42f commit 4a2a4c0

File tree

5 files changed

+24
-74
lines changed

5 files changed

+24
-74
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ build/
55
.claude/
66
.DS_Store
77
socket-mcp.dxt
8+
socket-mcp.mcpb
9+
810
coverage
911
*.tgz
1012

.dxtignore renamed to .mcpbignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Dockerfile
77
coverage/*
88
test*
99
scripts/*
10-
.github/*
10+
.github/*

manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"dxt_version": "0.1",
2+
"manifest_version": "0.1",
33
"name": "Socket",
4-
"version": "0.0.9",
4+
"version": "0.0.12",
55
"description": "Socket MCP server for scanning dependencies",
6-
"long_description": "__Secure your code by default.__\n\nThe Socket MCP server brings powerful, real-time dependency scanning directly into Claude. Instantly audit packages from npm, PyPI, Cargo, and more—right inside your chats—with zero setup.\n\nBuilt on the Model Context Protocol (MCP), this extension automatically evaluates packages for:\n\n- Vulnerabilities and malware\n\n- Supply chain risks\n\n- Code quality and maintenance\n\n- License compliance\n\n\n\nWith a single command, Claude will return detailed security scores (0–100) across five critical dimensions—helping you make informed decisions and avoid risky dependencies before they hit production.",
6+
"long_description": "__Secure your code by default.__\nThe Socket MCP server brings powerful, real-time dependency scanning directly into Claude. Instantly audit packages from npm, PyPI, Cargo, and more—right inside your chats—with zero setup. Built on the Model Context Protocol (MCP), this extension automatically evaluates packages for:\n - Vulnerabilities and malware\n - Supply chain risks\n - Code quality and maintenance\n - License compliance\n\n With a single command, Claude will return detailed security scores (0–100) across five critical dimensions—helping you make informed decisions and avoid risky dependencies before they hit production.",
77
"author": {
8-
"name": "Alexandros Kapravelos",
9-
"email": "alexandros@socket.dev",
10-
"url": "https://github.com/kapravel/"
8+
"name": "Socket",
9+
"email": "eng@socket.dev",
10+
"url": "https://socket.dev/"
1111
},
1212
"homepage": "https://github.com/SocketDev/socket-mcp",
13-
"documentation": "https://github.com/SocketDev/socket-mcp",
13+
"documentation": "https://github.com/SocketDev/socket-mcp?tab=readme-ov-file#socket-mcp-server",
1414
"icon": "icon.png",
1515
"server": {
1616
"type": "node",

0 commit comments

Comments
 (0)