Skip to content

Conversation

Fr4nc3
Copy link
Collaborator

@Fr4nc3 Fr4nc3 commented Sep 2, 2025

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

mochimilk and others added 30 commits August 25, 2025 16:04
Deleted the scenarios package and onboarding_cases.py, which contained employee onboarding test cases and examples. This cleanup removes unused or obsolete scenario definitions from the backend.
Fr4nc3 and others added 13 commits September 1, 2025 16:13
MCP server name and description now default to 'MCPGreetingServer' and a descriptive string if not set in environment. MCPConfig now reads endpoint, name, and description from app config for improved flexibility.
Deleted multiple CSV and JSON files containing sample datasets from the data/datasets directory. This cleanup may be in preparation for new data sources, restructuring, or to remove obsolete test data.
Introduces a plan_id field to the InputTask model and ensures it is set if missing in the process_request API endpoint. Also updates response to include plan_id, modifies .env.sample, switches dependency from fastmcp to mcp in pyproject.toml, and comments out user ownership check in team_service.
Introduces the UserCurrentTeam model to represent a user's current team. Updates the API router to generate a new plan with a unique ID and store it in the database, removing plan_id and team_id from InputTask. Plan creation now includes initial goal and status.
Changed Plan model to use plan_id and made team_id optional. Refactored plan creation logic in router.py to handle plan creation errors, removed mandatory team_id check, and added event tracking for plan creation success and failure.
Changed MCP_SERVER_ENDPOINT port in .env.sample from 9000 to 8080. Fixed API response in router.py to return the correct plan_id variable instead of input_task.plan_id.
@Fr4nc3 Fr4nc3 changed the title Macae v3 dev marktayl feat: Macae v3 dev marktayl Sep 2, 2025
@Fr4nc3 Fr4nc3 reopened this Sep 2, 2025
Replaces getUserId with headerBuilder for authentication, improves connection logic by validating user ID, and removes redundant comments and unused code for clarity. Enhances error handling and streamlines reconnection and subscription management.
@Fr4nc3 Fr4nc3 merged commit ca44b03 into macae-v3-dev-v2-vip Sep 2, 2025
3 of 4 checks passed
@github-actions
Copy link

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants