Jules がリリースされたため使ってみる

url: https://jules.google/
title: "Jules - An Asynchronous Coding Agent"
description: "Jules is an asynchronous agent that gets out of your way. It lets you focus on the coding you want to do, meawnwhile picking up all the other random tasks that you rather not do."
host: jules.google
favicon: https://jules.google/favicon.svg
image: https://jules.google/og-image.png

misskey-mcp-server を開発させてみる

テストを書かせてみる

https://github.com/ganyariya/misskey-mcp-server/pull/4

Go に詳しくないためこれが妥当なのか判別できないです。 ただ、実行結果を見るとかなり試行錯誤しており、その場しのぎな対応が多いですね。

Imgur

リファクタさせてみる

misskey に関する mcp-server です まずは README.md をみて、どのようなリポジトリか把握してください。

あまり Go に詳しくない状態で実装したため、リファクタリングをしてもらえますか?

- Go のベストプラクティスに則った
- 他のアクション(ノートを検索する、アカウントを検索する)が追加しやすく、互いに影響しない

ようにしてください。

なお、わからないことについては必ず聞いて下さい。

Imgur

url: https://github.com/ganyariya/misskey-mcp-server/pull/5
title: "Refactor: Introduce Action-Oriented Framework and Best Practices by ganyariya · Pull Request #5 · ganyariya/misskey-mcp-server"
description: "This commit refactors the misskey-mcp-server to use a more robust and extensible action-oriented framework. The goals of this refactoring were to align with Go best practices and make it easier to ..."
host: github.com
favicon: https://github.githubassets.com/favicons/favicon.svg
image: https://opengraph.githubassets.com/1de3ea1219d0a88f7f525722333fa924562d7b197c07ad3b5c47cf50e4601f38/ganyariya/misskey-mcp-server/pull/5

コメントが多すぎるため、プロンプトに絶対に入れないと駄目ですね。 また、勝手に意図を推測して変なコードを書いてしまうため、 clinerules のようなルールファイルを用意しないとだめですね。