diff --git a/go.mod b/go.mod index c815c07..eaae966 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/internal/mcp/server.go b/internal/mcp/server.go index f753f0a..6722c10 100644 --- a/internal/mcp/server.go +++ b/internal/mcp/server.go @@ -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{}{ diff --git a/npm/package.json b/npm/package.json index 16fb36d..808cf60 100644 --- a/npm/package.json +++ b/npm/package.json @@ -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",