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.5
to
0.1.6
+2
-1
dist/mcp/server.js

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

async function initialize() {
const cwd = process.cwd();
const explicitRoot = process.argv[3];
const cwd = explicitRoot || process.cwd();
// Try to find existing .matha directory

@@ -250,0 +251,0 @@ let found = false;

{
"name": "@10kdevs/matha",
"version": "0.1.5",
"version": "0.1.6",
"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",