Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 869 Bytes

File metadata and controls

29 lines (23 loc) · 869 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial release of Slabby MCP server
  • Support for reading Slab posts by ID or URL
  • Support for updating Slab posts
  • Search functionality across Slab workspace
  • List posts by topic or tag
  • Secure authentication using Slab API tokens
  • TypeScript support with full type definitions
  • Comprehensive test suite using Bun test framework
  • Apache 2.0 license

[0.1.0] - 2025-10-15

Added

  • Initial development version
  • Core MCP server implementation
  • Slab API client integration
  • Basic CRUD operations for Slab posts
  • Search and list functionality
  • Documentation and examples