takuya0206

14 mods across 3 repositories, 13 stars between them.

bun-file

01

takuya0206/bigquery-mcp-server

Cursor rule Cursor

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.

5 1y ago C 0 tokens original MIT

bun-test

03

takuya0206/bigquery-mcp-server

Cursor rule Cursor

Bun ships with a fast, built-in, Jest-compatible test runner. Tests are executed with the Bun runtime, and support the following features.

5 1y ago A 0 tokens original MIT

mcp

05

takuya0206/bigquery-mcp-server

Cursor rule Cursor

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.

5 1y ago A 0 tokens copy · 91% MIT

takuya0206/bigquery-mcp-server

Instructions file

Instructions for takuya0206/bigquery-mcp-server, covering claude.md - guidelines for bun mcp server, implementation rules, build commands, code style guidelines and imports & organization.

5 1y ago A 555 tokens original MIT

bun-file

08

takuya0206/slack_search_function_mcp

Cursor rule Cursor

Cursor rule "bun-file" from takuya0206/slack_search_function_mcp, covering reading files (bun.file()), deleting files (file.delete()), writing files (bun.write()), incremental writing with filesink and directories.

4 1y ago C 2,169 tokens

bun-glob

09

takuya0206/slack_search_function_mcp

Cursor rule Cursor

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.

4 1y ago A 977 tokens

bun-test

10

takuya0206/slack_search_function_mcp

Cursor rule Cursor

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.).

4 1y ago A 1,823 tokens

bun-utils

11

takuya0206/slack_search_function_mcp

Cursor rule Cursor

Cursor rule "bun-utils" from takuya0206/slack_search_function_mcp, covering bun.version, bun.revision, bun.env, bun.main and bun.sleep().

4 1y ago A 8,075 tokens

mcp

12

takuya0206/slack_search_function_mcp

Cursor rule Cursor

Cursor rule "mcp" from takuya0206/slack_search_function_mcp, covering full example, what is mcp?, core concepts, server and resources.

4 1y ago A 2,600 tokens