Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@10kdevs/matha

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@10kdevs/matha - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+6
-2
dist/mcp/server.js

@@ -19,4 +19,8 @@ import { Server } from '@modelcontextprotocol/sdk/server/index.js';

const server = new Server({
name: 'MATHA',
version: '1.0.0',
name: 'matha',
version: '0.1.0'
}, {
capabilities: {
tools: {}
}
});

@@ -23,0 +27,0 @@ let mathaDir;

{
"name": "@10kdevs/matha",
"version": "0.1.4",
"version": "0.1.5",
"description": "The persistent cognitive layer for AI-assisted development. Gives AI agents the project context that currently only exists inside a senior engineer's head.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",