Edison-Watch/Custom-MCPs

0Stars on the repository
33Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

deprecated

05

Edison-Watch/Custom-MCPs

Cursor rule Cursor

This is a reminder on deprecated modules you should be careful about.

0 2d ago A 7 tokens original MIT

github_actions

06

Edison-Watch/Custom-MCPs

Cursor rule Cursor

GitHub Actions doesn’t provide a default personal access token (PAT). Instead, it creates a built-in token called secrets.GITHUBTOKEN for each workflow run. This token is provided by github, and ends with the job or after 24 hrs, and the scope is limited to the current repository.

0 2d ago A 0 tokens copy · 100% MIT

langfuse

07

Edison-Watch/Custom-MCPs

Cursor rule Cursor

Langfuse is an LLM observability tool used to monitor LLM behavior in our application. It uses decorators and callbacks to record LLM inference. Always use it in LLM-related modules to ensure traceability.

0 2d ago A 448 tokens original MIT

llm

08

Edison-Watch/Custom-MCPs

Cursor rule Cursor

For LLM inference in the codebase, you should use dspy inference module, like below. This is already supported with native observability.

0 2d ago A 311 tokens original MIT

tests

10

Edison-Watch/Custom-MCPs

Cursor rule Cursor

Whenever implementing a new feature, always encourage the user to write a test.

0 2d ago A 317 tokens original MIT

typing

11

Edison-Watch/Custom-MCPs

Cursor rule Cursor

In Python 3.9 and later (which we're on), built-in collection types like list and tuple support direct type annotations. Therefore, instead of importing List and Tuple from the typing module, you can annotate types directly using the built-in types with bracket notation. For example, instead of writing from typing…

0 2d ago A 115 tokens original MIT

uv

12

Edison-Watch/Custom-MCPs

Cursor rule Cursor

Cursor rule "uv" from Edison-Watch/Custom-MCPs, covering running a python file and running tests (pytest).

0 2d ago A 71 tokens original MIT