🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mcp-sqlite

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-sqlite - npm Package Compare versions

Comparing version

to
1.0.1

CHANGELOG.md

3

package.json
{
"name": "mcp-sqlite",
"version": "1.0.0",
"version": "1.0.1",
"description": "Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities",

@@ -13,2 +13,3 @@ "main": "mcp-sqlite-server.js",

"README.md",
"CHANGELOG.md",
"LICENSE"

@@ -15,0 +16,0 @@ ],

@@ -27,3 +27,3 @@ # 🐇 MCP SQLite Server

"args": [
"mcp-sqlite-server",
"mcp-sqlite",
"<path-to-your-sqlite-database.db>"

@@ -45,3 +45,3 @@ ]

"npx",
"mcp-sqlite-server",
"mcp-sqlite",
"<path-to-your-sqlite-database.db>"

@@ -48,0 +48,0 @@ ]