Note — The Bun.file and Bun.write APIs documented on this page are heavily optimized and represent the recommended way to perform file-system tasks using Bun. For operations that are not yet available with Bun.file, such as mkdir or readdir, you can use Bun's nearly complete implementation of the node:fs module.
The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This TypeScript SDK implements the full MCP specification, making it easy to.
Cursor rule "bun-glob" from takuya0206/slack_search_function_mcp, covering quickstart, supported glob patterns, ? - match any single character, match any number of characters including / and ! - negates the result at the start of a pattern.
Cursor rule "bun-test" from takuya0206/slack_search_function_mcp, covering run tests, run all tests or test suites with "addition" in the name, ci/cd integration, github actions and junit xml reports (gitlab, etc.).
Claude Code instructions for takuya0206/slack_search_function_mcp, covering claude.md - guidelines for bun mcp server, implementation rules, build commands, code style guidelines and imports & organization.