Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GitHub's official MCP Server

License

NotificationsYou must be signed in to change notification settings

eriirfos-eng/github-mcp-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This agent encodes a simple rule:division by zero collapses to the TEND state (0).

Rationale

  • In ternary logic: REFRAIN = -1, TEND = 0, AFFIRM = +1
  • Normally, division by zero is an exception.
  • Here, any ZeroDivisionError is treated as0 → TEND (observe), preventing crash loops.

Quickstart

python -m venv .venvsource .venv/bin/activatepip install -U pip -r requirements.txt# runpython -m divided_by_zero run --a 5 --b 0

Expected output:{ "result": 0, "state": "TEND" }

About

GitHub's official MCP Server

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go98.9%
  • Other1.1%

[8]ページ先頭

©2009-2025 Movatter.jp