Skip to content

tinatuazon/ai-agent-dev-setup-tina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootcamp Week 1 Deliverables

Name & Cohort

  • Name: Cristina M. Tuazon
  • Workshop Cohort: Full Stack Developer - September Cohort

Development Environment Checklist

Requirement Screenshot
Node.js installed (node --version) Node.js Version
Git installed (git --version) Git Version
VS Code Insider running with GitHub Copilot enabled VS Code Insider
Claude Desktop open with all 3 MCP servers connected Claude MCP

MCP Servers: Purpose & Functionality

1. Rolldice

  • Purpose: Provides dice roll and randomization services via MCP protocol.
  • Functionality: Enables random number generation and dice rolling for bootcamp activities.

2. Bootcamp AI Agent

  • Purpose: AI-powered agent for bootcamp-related queries and tasks.
  • Functionality: Assists with answering questions, automating tasks, and supporting learning.

3. Calendar Booking (tech-bootcamp-consultations)

  • Purpose: Manages bootcamp consultation bookings.
  • Functionality: Handles scheduling, booking, and calendar management for bootcamp events.

4. GitHub

  • Purpose: Connects to GitHub MCP for repository and issue management.
  • Functionality: Enables repository, issue, and pull request management via MCP protocol.

Troubleshooting Notes

Troubleshooting Notes Issues Encountered:

  • I didn’t know the difference between fine-grained and classic GitHub tokens, so I had a hard time setting up authentication.
  • I didn’t realize that sensitive data such as tokens should not be hardcoded in files.
  • I didn’t know the MCP configuration should be placed in the .vscode folder for proper integration.
  • I couldn’t connect the GitHub MCP server on Claude Desktop, but I was able to do it on VS Code Insider.

Solutions:

  • Learned about the difference between fine-grained and classic tokens and generated the correct token for GitHub MCP.
  • Moved sensitive data to environment variables and avoided hardcoding tokens.
  • Placed the MCP configuration in the .vscode folder as required.
  • Used VS Code Insider for GitHub MCP integration when Claude Desktop did not support it.

Additional Evidence

MCP Server Screenshot
Rolldice Rolldice MCP connection success
Bootcamp AI Agent Bootcamp AI Agent MCP connection success
Calendar Booking Calendar Booking MCP connection success
GitHub GitHub MCP connection success

About

Week 1 – AI Agent Development Environment for AusBiz Consulting AI Agent Developer Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors