Home

2025

2024

Worklog

LETSGO Game

🤖

MCP API Design + vscode setup

Date
June 9, 2025
Hours
4
Tags
AIVibe CodingMCP

Got the first agent specs going for the MCP api layer. Took a bunch of time doing it, feeling pretty good so far. Should be ready for implementation.

Then needed to setup agent instructions, and for some reason wanted to use vscode. I’ve been trying windsurf and its aight but vscode is kind of it.

Anyways, realized I could force fix the copilot management issue I was having by creating my own damn org and using that as the manager for my copilot. There’s currently a bug where if an org removes you, but managed your copilot access, you would be in this stuck state. So now its working.

Then I had to figure out how to ramp up the .vscode settings, and .github/copilot-instructions, so that I can use the .agent folder structure I like.

So now, I think, I can start implementing.