Skip to main content
Glama

basic-memory

test_task_detection.py401 B
"""Test how markdown-it handles task lists.""" from markdown_it import MarkdownIt def test_task_token_type(): """Verify how markdown-it parses task list items.""" md = MarkdownIt() content = """ - [ ] Unchecked task - [x] Completed task - [-] In progress task """ tokens = md.parse(content) for token in tokens: print(f"{token.type}: {token.content}")

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/basicmachines-co/basic-memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server