This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-mcp.git
The following commit(s) were added to refs/heads/main by this push:
new 2cd4a79 chore: spotless apply (#26)
2cd4a79 is described below
commit 2cd4a799a2a879c8a2dabf7161e06baf7ac6a003
Author: Aditya Parikh <[email protected]>
AuthorDate: Tue Dec 16 15:54:36 2025 -0500
chore: spotless apply (#26)
---
.../solr/mcp/server/config/McpServerConfiguration.java | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git
a/src/main/java/org/apache/solr/mcp/server/config/McpServerConfiguration.java
b/src/main/java/org/apache/solr/mcp/server/config/McpServerConfiguration.java
index 0717e47..6159682 100644
---
a/src/main/java/org/apache/solr/mcp/server/config/McpServerConfiguration.java
+++
b/src/main/java/org/apache/solr/mcp/server/config/McpServerConfiguration.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package org.apache.solr.mcp.server.config;
import
org.springaicommunity.mcp.security.server.config.McpServerOAuth2Configurer;