This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.7 (March 3, 2024)
4+ - Added comprehensive testing documentation in TESTS.md
5+ - Simplified resource testing to focus on core providers
6+ - Improved test organization and documentation
7+ - Added Jest test suite for resource testing
8+ - Updated README.md with testing information
9+ - Fixed test script output formatting
10+ - Improved error handling in resource tests
11+
312## 0.9.6 (May 21, 2024)
413- Removed ` exampleConfigGenerator ` tool
514- Simplified tool interface by removing unused parameters
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ interface BlockType {
8282// --------------------------------------------------------
8383
8484// Current package version from package.json
85- const VERSION = "0.9.6 " ;
85+ const VERSION = "0.9.7 " ;
8686
8787// Helper function to create standardized response format
8888function createStandardResponse (
Original file line number Diff line number Diff line change 11{
22 "name" : " terraform-mcp-server" ,
3- "version" : " 0.9.6 " ,
3+ "version" : " 0.9.7 " ,
44 "description" : " MCP server for Terraform Registry operations" ,
55 "license" : " MIT" ,
66 "author" : " Paul Thrasher (https://github.com/thrashr888)" ,
You can’t perform that action at this time.
0 commit comments