diff --git a/test/model_context_protocol/configuration_test.rb b/test/mcp/configuration_test.rb similarity index 100% rename from test/model_context_protocol/configuration_test.rb rename to test/mcp/configuration_test.rb diff --git a/test/model_context_protocol/instrumentation_test.rb b/test/mcp/instrumentation_test.rb similarity index 100% rename from test/model_context_protocol/instrumentation_test.rb rename to test/mcp/instrumentation_test.rb diff --git a/test/model_context_protocol/methods_test.rb b/test/mcp/methods_test.rb similarity index 100% rename from test/model_context_protocol/methods_test.rb rename to test/mcp/methods_test.rb diff --git a/test/model_context_protocol/prompt_test.rb b/test/mcp/prompt_test.rb similarity index 100% rename from test/model_context_protocol/prompt_test.rb rename to test/mcp/prompt_test.rb diff --git a/test/model_context_protocol/server_test.rb b/test/mcp/server_test.rb similarity index 100% rename from test/model_context_protocol/server_test.rb rename to test/mcp/server_test.rb diff --git a/test/model_context_protocol/string_utils_test.rb b/test/mcp/string_utils_test.rb similarity index 100% rename from test/model_context_protocol/string_utils_test.rb rename to test/mcp/string_utils_test.rb diff --git a/test/model_context_protocol/tool/input_schema_test.rb b/test/mcp/tool/input_schema_test.rb similarity index 100% rename from test/model_context_protocol/tool/input_schema_test.rb rename to test/mcp/tool/input_schema_test.rb diff --git a/test/model_context_protocol/tool_test.rb b/test/mcp/tool_test.rb similarity index 100% rename from test/model_context_protocol/tool_test.rb rename to test/mcp/tool_test.rb diff --git a/test/model_context_protocol/transports/stdio_transport_test.rb b/test/mcp/transports/stdio_transport_test.rb similarity index 100% rename from test/model_context_protocol/transports/stdio_transport_test.rb rename to test/mcp/transports/stdio_transport_test.rb