Skip to content

Releases: dmmulroy/opensrc-mcp

Release list

v0.3.0

Choose a tag to compare

@dmmulroy dmmulroy released this 20 Jan 04:17
2863d2c

What's New

New APIs

  • tree(source, { depth }) - Get directory structure at a glance without listing every file
  • readMany glob support - Pass glob patterns like packages/*/package.json to batch read

Improved Documentation

  • Added TreeNode and AstGrepMatch types to tool description
  • Better astGrep pattern examples (concise inline comment format)
  • Restored and improved code examples

Full Changelog

v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@dmmulroy dmmulroy released this 20 Jan 03:56
a0bade5

Breaking Changes

  • Removed vector search feature (sqlite-vector, embeddings, chunkers)
  • Removed native binary dependency

Changes

  • Simplified to single execute tool pattern
  • Moved core deps from devDependencies to dependencies
  • Added node engine requirement (>=20.10.0)
  • Added sourcemaps to build
  • Added AGENTS.md knowledge base
  • Added integration test script

Stats

  • -2258 lines net reduction
  • Removed 6 heavy dependencies (transformers, better-sqlite3, tree-sitter, ts-morph)
  • No more platform-specific binaries