feat: add initial implementation of Game Discovery MCP VS Code extension - Created package.json for extension configuration and dependencies. - Implemented extension.ts to register the MCP server definition provider. - Added TypeScript configuration in tsconfig.json for compilation settings. - Configured webpack for building the extension with webpack.config.js.