Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
)

require (
github.com/modelcontextprotocol/go-sdk v1.1.0
github.com/manifoldco/promptui v0.9.0
github.com/modelcontextprotocol/go-sdk v1.1.0
github.com/stretchr/testify v1.11.1
)

Expand Down
2 changes: 1 addition & 1 deletion internal/mcp/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ func (s *Server) handleValidateCode(params map[string]interface{}) (interface{},
}

// Add note about saved results
textContent += fmt.Sprintf("\n💾 Validation results saved to .sym/validation-results.json\n")
textContent += "\n💾 Validation results saved to .sym/validation-results.json\n"

// Return MCP-compliant response with content array
return map[string]interface{}{
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dev-symphony/sym",
"version": "0.1.2",
"version": "0.1.3",
"description": "Symphony - LLM-friendly convention linter for AI coding assistants",
"keywords": [
"mcp",
Expand Down